home *** CD-ROM | disk | FTP | other *** search
/ Gigarom 1 / Gigarom Macintosh Archives (Quantum Leap)(CDRM1080320)(1993).iso / FILES / DEV / A-B / add images.cpt / Source_2.h < prev    next >
Text File  |  1989-06-01  |  1KB  |  40 lines

  1. /* ===================================
  2.  
  3. File: Source_2.h
  4. Function: Header for this window
  5. History: 4/27/89 Original by Prototyper.
  6.  
  7. ================================= */
  8.  
  9.  
  10. /* Initialize us so all our routines can be activated */
  11. void  Init_flourine(void);
  12.  
  13. /* Open our window and draw everything */
  14. void  Open_flourine(void);
  15.  
  16. /* Update our window, someone uncovered a part of us */
  17. void  UpDate_flourine(WindowPtr  whichWindow);
  18.  
  19. /*  Handle action to our window, like controls  */
  20. void  Do_flourine(EventRecord  *myEvent);
  21.  
  22. /*  Do window resizing, resize the scrollbars  */
  23. void  Resized_flourine(WindowPtr  whichWindow);
  24.  
  25. /* -- we need activate and deactivate the window -- hiding scroll bars */
  26.  
  27. void read_flourine(void);
  28. /* reads a PICT file and sets up a pixmap */
  29.  
  30. void paste_flourine(void);
  31. /* gets PICT from a clipboard and sets up a pixmap */
  32.  
  33. void grow_flourine (Point * where, WindowPtr whichWindow);
  34. void zoom_flourine (Point * where, WindowPeek whichWindow, short code);
  35. void activate_flourine ( WindowPtr whichWindow, long modifiers);
  36.  
  37. void crop_flourine(void);
  38.  
  39. void clear_flourine(void);
  40.